-
Notifications
You must be signed in to change notification settings - Fork 180
Support extern Ethernet #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
will merge and give it a shot. Check the S3 branch in Arduino later when it get's updated :) |
3 tasks
Jason2866
referenced
this pull request
in Jason2866/esp32-arduino-lib-builder
Feb 23, 2022
This reverts commit 8c5ac76.
me-no-dev
pushed a commit
that referenced
this pull request
Feb 23, 2022
me-no-dev
pushed a commit
to espressif/arduino-esp32
that referenced
this pull request
Feb 23, 2022
this was not possible anymore since the GPIO refactoring. This superseeds espressif/esp32-arduino-lib-builder#60 (which works only for clock on GPIO17). A PR will provided to revert this. @me-no-dev fyi The fix is done from @arendst Credits go to him!
Jason2866
referenced
this pull request
in Jason2866/esp32-arduino-lib-builder
Mar 28, 2022
* Support extern Ethernet (#60) see espressif/arduino-esp32#6318 * Revert "Support extern Ethernet (#60)" (#61) This reverts commit 8c5ac76. * Fix missing BLE 4.2 from ESP32-S3 * Allow selecting Arduino branch based on the current lib-builder branch * For CI builds get branch from env * dump env * Update update-components.sh * Update update-components.sh * Add support for CPP exceptions for C3 Fixes: espressif/arduino-esp32#6187 * Script improvements, rainmaker and esp-sr * Optimized for Tasmota * Update build.sh * Update config.sh * Update install-esp-idf.sh * AR_BRANCH="master" * Update push.yml * Update defconfig.esp32s3 * Update defconfig.esp32s2 Co-authored-by: me-no-dev <[email protected]>
Jason2866
added a commit
to tasmota/arduino-esp32
that referenced
this pull request
Mar 30, 2022
* Initial S3 Support Just so we can compile and test! Some things might/will not work. SPI and UART baud detect need to be looked at. * Add S3 Toolchain * Update Esptool and add some missing adjustments * Add Dual-Core Support * Fix bootloop issue and enable DSP optimization * Run Arduino on Core1 * Rework USB selection * Update HWCDC.cpp * Update USB.cpp * Update esp32-hal-tinyusb.c * fix S3 flash image base (espressif#6208) * Added my new Unexpected Maker ESP32-S3 boards (espressif#6211) * Fixes UART_1 TX Pin setup When passing the PR to this branch, it seems that the change to this line was forgotten. * Initial SPI support and S3-Box variant * Bootloader is at 0x0000 for S3 (espressif#6215) * small adjustments for NVS and PSRAM init * WIP: Initial support for PSRAM (QSPI and OPI) * [FEATURE] Basic implementation of Arduino's I2S library (espressif#5304) Basic version of Arduino's I2S library. We currently support only 16bps + 16000 Hz sampling frequency. Other bitrates and sample rates will print warning and continue to operate, however the resulting audio quality may be poor. There will be further effort to fix these issues. * [I2S] Fix lib-builder error * Update idf_component.yml (espressif#6232) took me a while * Fixes RMT examples and adds ESP32-S3 config (espressif#6235) * WIP: Initial OPI support * Update Libs with the new lib-builder scripts * Update board menu for ESP32-S3 * fix ethernet clock runtime setting (espressif#6340) this was not possible anymore since the GPIO refactoring. This superseeds espressif/esp32-arduino-lib-builder#60 (which works only for clock on GPIO17). A PR will provided to revert this. @me-no-dev fyi The fix is done from @arendst Credits go to him! * Update IDF libs and fix missing BLE 4.2 features * Update CI scripts * script fixes * Add guard to USB examples * Disable some examples for ESP32-S3 * skip one more sketch and try again PIO * Fox SPI example and add proper esptool for PIO CI * Update ResetReason.ino * Update IDF, Add ESP-SR and RainMaker * Enable RainMaker on all chips * Enable hardware test on ESP32-S3 * Adjust build dir for tests and sketches * Update tests_build.sh * Send event also if tests fail * Add helper script for updating the core version * [Docs] Added/Updated Lib builder docs (espressif#6401) * [Docs] Added/Updated Lib builder docs * [Docs] Fixes according to the PR review * [Docs] Fixes according to the PR review * SD_MMC: add ESP32-S3 support * CmakeList + Rainmaker src files edit * remove Rainmaker * Tasmota change * Fix Unicore WDT on HTTP OTA update * Revert "ESP32-S3 SDMMC support" (#20) * Fix reboot into download from TinyUSB on ESP32-S3 Requires manual reboot back into the new firmware after flashing has finished * Fix psram crash pico d4 (#110) * Fix reboot into download from TinyUSB on ESP32-S3 (#111) Requires manual reboot back into the new firmware after flashing has finished Co-authored-by: me-no-dev <[email protected]> * Revert "Fix psram crash pico d4 (#110)" (#113) This reverts commit 56cf555. * Fix boot freeze when trying to init PSRAM on Pico D4 * revert tinyusb * hal/usb_serial_jtag_ll.h only C3, H2, S3 * Fix sd mmc * add wpa_supplicant as requirement * Update platform.txt * remove Rainmaker * Update boards.txt * Update HardwareSerial.h * Update USBCDC.cpp * Update esptool.py * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py * fix merge errors * Reordering - HardwareSerial Constructor * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py Co-authored-by: me-no-dev <[email protected]> Co-authored-by: Unexpected Maker <[email protected]> Co-authored-by: Rodrigo Garcia <[email protected]> Co-authored-by: Tomáš Pilný <[email protected]> Co-authored-by: Me No Dev <[email protected]> Co-authored-by: Pedro Minatel <[email protected]> Co-authored-by: Ivan Grokhotkov <[email protected]> Co-authored-by: Jan Procházka <[email protected]>
Jason2866
added a commit
to tasmota/arduino-esp32
that referenced
this pull request
Mar 30, 2022
* Initial S3 Support Just so we can compile and test! Some things might/will not work. SPI and UART baud detect need to be looked at. * Add S3 Toolchain * Update Esptool and add some missing adjustments * Add Dual-Core Support * Fix bootloop issue and enable DSP optimization * Run Arduino on Core1 * Rework USB selection * Update HWCDC.cpp * Update USB.cpp * Update esp32-hal-tinyusb.c * fix S3 flash image base (espressif#6208) * Added my new Unexpected Maker ESP32-S3 boards (espressif#6211) * Fixes UART_1 TX Pin setup When passing the PR to this branch, it seems that the change to this line was forgotten. * Initial SPI support and S3-Box variant * Bootloader is at 0x0000 for S3 (espressif#6215) * small adjustments for NVS and PSRAM init * WIP: Initial support for PSRAM (QSPI and OPI) * [FEATURE] Basic implementation of Arduino's I2S library (espressif#5304) Basic version of Arduino's I2S library. We currently support only 16bps + 16000 Hz sampling frequency. Other bitrates and sample rates will print warning and continue to operate, however the resulting audio quality may be poor. There will be further effort to fix these issues. * [I2S] Fix lib-builder error * Update idf_component.yml (espressif#6232) took me a while * Fixes RMT examples and adds ESP32-S3 config (espressif#6235) * WIP: Initial OPI support * Update Libs with the new lib-builder scripts * Update board menu for ESP32-S3 * fix ethernet clock runtime setting (espressif#6340) this was not possible anymore since the GPIO refactoring. This superseeds espressif/esp32-arduino-lib-builder#60 (which works only for clock on GPIO17). A PR will provided to revert this. @me-no-dev fyi The fix is done from @arendst Credits go to him! * Update IDF libs and fix missing BLE 4.2 features * Update CI scripts * script fixes * Add guard to USB examples * Disable some examples for ESP32-S3 * skip one more sketch and try again PIO * Fox SPI example and add proper esptool for PIO CI * Update ResetReason.ino * Update IDF, Add ESP-SR and RainMaker * Enable RainMaker on all chips * Enable hardware test on ESP32-S3 * Adjust build dir for tests and sketches * Update tests_build.sh * Send event also if tests fail * Add helper script for updating the core version * [Docs] Added/Updated Lib builder docs (espressif#6401) * [Docs] Added/Updated Lib builder docs * [Docs] Fixes according to the PR review * [Docs] Fixes according to the PR review * SD_MMC: add ESP32-S3 support * CmakeList + Rainmaker src files edit * remove Rainmaker * Tasmota change * Fix Unicore WDT on HTTP OTA update * Revert "ESP32-S3 SDMMC support" (#20) * Fix reboot into download from TinyUSB on ESP32-S3 Requires manual reboot back into the new firmware after flashing has finished * Fix psram crash pico d4 (#110) * Fix reboot into download from TinyUSB on ESP32-S3 (#111) Requires manual reboot back into the new firmware after flashing has finished Co-authored-by: me-no-dev <[email protected]> * Revert "Fix psram crash pico d4 (#110)" (#113) This reverts commit 56cf555. * Fix boot freeze when trying to init PSRAM on Pico D4 * revert tinyusb * hal/usb_serial_jtag_ll.h only C3, H2, S3 * Fix sd mmc * add wpa_supplicant as requirement * Update platform.txt * remove Rainmaker * Update boards.txt * Update HardwareSerial.h * Update USBCDC.cpp * Update esptool.py * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py * fix merge errors * Reordering - HardwareSerial Constructor * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py * Update pins_arduino.h * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py Co-authored-by: me-no-dev <[email protected]> Co-authored-by: Unexpected Maker <[email protected]> Co-authored-by: Rodrigo Garcia <[email protected]> Co-authored-by: Tomáš Pilný <[email protected]> Co-authored-by: Me No Dev <[email protected]> Co-authored-by: Pedro Minatel <[email protected]> Co-authored-by: Ivan Grokhotkov <[email protected]> Co-authored-by: Jan Procházka <[email protected]>
Jason2866
added a commit
to tasmota/arduino-esp32
that referenced
this pull request
Mar 31, 2022
* Tasmota changes (#123) * Initial S3 Support Just so we can compile and test! Some things might/will not work. SPI and UART baud detect need to be looked at. * Add S3 Toolchain * Update Esptool and add some missing adjustments * Add Dual-Core Support * Fix bootloop issue and enable DSP optimization * Run Arduino on Core1 * Rework USB selection * Update HWCDC.cpp * Update USB.cpp * Update esp32-hal-tinyusb.c * fix S3 flash image base (espressif#6208) * Added my new Unexpected Maker ESP32-S3 boards (espressif#6211) * Fixes UART_1 TX Pin setup When passing the PR to this branch, it seems that the change to this line was forgotten. * Initial SPI support and S3-Box variant * Bootloader is at 0x0000 for S3 (espressif#6215) * small adjustments for NVS and PSRAM init * WIP: Initial support for PSRAM (QSPI and OPI) * [FEATURE] Basic implementation of Arduino's I2S library (espressif#5304) Basic version of Arduino's I2S library. We currently support only 16bps + 16000 Hz sampling frequency. Other bitrates and sample rates will print warning and continue to operate, however the resulting audio quality may be poor. There will be further effort to fix these issues. * [I2S] Fix lib-builder error * Update idf_component.yml (espressif#6232) took me a while * Fixes RMT examples and adds ESP32-S3 config (espressif#6235) * WIP: Initial OPI support * Update Libs with the new lib-builder scripts * Update board menu for ESP32-S3 * fix ethernet clock runtime setting (espressif#6340) this was not possible anymore since the GPIO refactoring. This superseeds espressif/esp32-arduino-lib-builder#60 (which works only for clock on GPIO17). A PR will provided to revert this. @me-no-dev fyi The fix is done from @arendst Credits go to him! * Update IDF libs and fix missing BLE 4.2 features * Update CI scripts * script fixes * Add guard to USB examples * Disable some examples for ESP32-S3 * skip one more sketch and try again PIO * Fox SPI example and add proper esptool for PIO CI * Update ResetReason.ino * Update IDF, Add ESP-SR and RainMaker * Enable RainMaker on all chips * Enable hardware test on ESP32-S3 * Adjust build dir for tests and sketches * Update tests_build.sh * Send event also if tests fail * Add helper script for updating the core version * [Docs] Added/Updated Lib builder docs (espressif#6401) * [Docs] Added/Updated Lib builder docs * [Docs] Fixes according to the PR review * [Docs] Fixes according to the PR review * SD_MMC: add ESP32-S3 support * CmakeList + Rainmaker src files edit * remove Rainmaker * Tasmota change * Fix Unicore WDT on HTTP OTA update * Revert "ESP32-S3 SDMMC support" (#20) * Fix reboot into download from TinyUSB on ESP32-S3 Requires manual reboot back into the new firmware after flashing has finished * Fix psram crash pico d4 (#110) * Fix reboot into download from TinyUSB on ESP32-S3 (#111) Requires manual reboot back into the new firmware after flashing has finished Co-authored-by: me-no-dev <[email protected]> * Revert "Fix psram crash pico d4 (#110)" (#113) This reverts commit 56cf555. * Fix boot freeze when trying to init PSRAM on Pico D4 * revert tinyusb * hal/usb_serial_jtag_ll.h only C3, H2, S3 * Fix sd mmc * add wpa_supplicant as requirement * Update platform.txt * remove Rainmaker * Update boards.txt * Update HardwareSerial.h * Update USBCDC.cpp * Update esptool.py * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py * fix merge errors * Reordering - HardwareSerial Constructor * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py * Update pins_arduino.h * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py Co-authored-by: me-no-dev <[email protected]> Co-authored-by: Unexpected Maker <[email protected]> Co-authored-by: Rodrigo Garcia <[email protected]> Co-authored-by: Tomáš Pilný <[email protected]> Co-authored-by: Me No Dev <[email protected]> Co-authored-by: Pedro Minatel <[email protected]> Co-authored-by: Ivan Grokhotkov <[email protected]> Co-authored-by: Jan Procházka <[email protected]> * revert espressif#6456 Co-authored-by: me-no-dev <[email protected]> Co-authored-by: Unexpected Maker <[email protected]> Co-authored-by: Rodrigo Garcia <[email protected]> Co-authored-by: Tomáš Pilný <[email protected]> Co-authored-by: Me No Dev <[email protected]> Co-authored-by: Pedro Minatel <[email protected]> Co-authored-by: Ivan Grokhotkov <[email protected]> Co-authored-by: Jan Procházka <[email protected]>
Jason2866
added a commit
to Jason2866/arduino-esp32
that referenced
this pull request
Apr 19, 2022
* Tasmota changes (espressif#123) * Initial S3 Support Just so we can compile and test! Some things might/will not work. SPI and UART baud detect need to be looked at. * Add S3 Toolchain * Update Esptool and add some missing adjustments * Add Dual-Core Support * Fix bootloop issue and enable DSP optimization * Run Arduino on Core1 * Rework USB selection * Update HWCDC.cpp * Update USB.cpp * Update esp32-hal-tinyusb.c * fix S3 flash image base (espressif#6208) * Added my new Unexpected Maker ESP32-S3 boards (espressif#6211) * Fixes UART_1 TX Pin setup When passing the PR to this branch, it seems that the change to this line was forgotten. * Initial SPI support and S3-Box variant * Bootloader is at 0x0000 for S3 (espressif#6215) * small adjustments for NVS and PSRAM init * WIP: Initial support for PSRAM (QSPI and OPI) * [FEATURE] Basic implementation of Arduino's I2S library (espressif#5304) Basic version of Arduino's I2S library. We currently support only 16bps + 16000 Hz sampling frequency. Other bitrates and sample rates will print warning and continue to operate, however the resulting audio quality may be poor. There will be further effort to fix these issues. * [I2S] Fix lib-builder error * Update idf_component.yml (espressif#6232) took me a while * Fixes RMT examples and adds ESP32-S3 config (espressif#6235) * WIP: Initial OPI support * Update Libs with the new lib-builder scripts * Update board menu for ESP32-S3 * fix ethernet clock runtime setting (espressif#6340) this was not possible anymore since the GPIO refactoring. This superseeds espressif/esp32-arduino-lib-builder#60 (which works only for clock on GPIO17). A PR will provided to revert this. @me-no-dev fyi The fix is done from @arendst Credits go to him! * Update IDF libs and fix missing BLE 4.2 features * Update CI scripts * script fixes * Add guard to USB examples * Disable some examples for ESP32-S3 * skip one more sketch and try again PIO * Fox SPI example and add proper esptool for PIO CI * Update ResetReason.ino * Update IDF, Add ESP-SR and RainMaker * Enable RainMaker on all chips * Enable hardware test on ESP32-S3 * Adjust build dir for tests and sketches * Update tests_build.sh * Send event also if tests fail * Add helper script for updating the core version * [Docs] Added/Updated Lib builder docs (espressif#6401) * [Docs] Added/Updated Lib builder docs * [Docs] Fixes according to the PR review * [Docs] Fixes according to the PR review * SD_MMC: add ESP32-S3 support * CmakeList + Rainmaker src files edit * remove Rainmaker * Tasmota change * Fix Unicore WDT on HTTP OTA update * Revert "ESP32-S3 SDMMC support" (#20) * Fix reboot into download from TinyUSB on ESP32-S3 Requires manual reboot back into the new firmware after flashing has finished * Fix psram crash pico d4 (espressif#110) * Fix reboot into download from TinyUSB on ESP32-S3 (espressif#111) Requires manual reboot back into the new firmware after flashing has finished Co-authored-by: me-no-dev <[email protected]> * Revert "Fix psram crash pico d4 (espressif#110)" (espressif#113) This reverts commit 56cf555. * Fix boot freeze when trying to init PSRAM on Pico D4 * revert tinyusb * hal/usb_serial_jtag_ll.h only C3, H2, S3 * Fix sd mmc * add wpa_supplicant as requirement * Update platform.txt * remove Rainmaker * Update boards.txt * Update HardwareSerial.h * Update USBCDC.cpp * Update esptool.py * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py * fix merge errors * Reordering - HardwareSerial Constructor * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py * Update pins_arduino.h * Update platformio-build-esp32.py * Update platformio-build-esp32c3.py * Update platformio-build-esp32s2.py * Update platformio-build-esp32s3.py Co-authored-by: me-no-dev <[email protected]> Co-authored-by: Unexpected Maker <[email protected]> Co-authored-by: Rodrigo Garcia <[email protected]> Co-authored-by: Tomáš Pilný <[email protected]> Co-authored-by: Me No Dev <[email protected]> Co-authored-by: Pedro Minatel <[email protected]> Co-authored-by: Ivan Grokhotkov <[email protected]> Co-authored-by: Jan Procházka <[email protected]> * Bugfix fs read+speed improvements (espressif#127) * Revert "Edited VFSFileImpl::read to use both read/fread (espressif#6456)" This reverts commit 7b89b39. * Added default file buffer size + function to change it by user Co-authored-by: Jan Procházka <[email protected]> Co-authored-by: me-no-dev <[email protected]> Co-authored-by: Unexpected Maker <[email protected]> Co-authored-by: Rodrigo Garcia <[email protected]> Co-authored-by: Tomáš Pilný <[email protected]> Co-authored-by: Me No Dev <[email protected]> Co-authored-by: Pedro Minatel <[email protected]> Co-authored-by: Ivan Grokhotkov <[email protected]> Co-authored-by: Jan Procházka <[email protected]>
Jason2866
referenced
this pull request
in Jason2866/esp32-arduino-lib-builder
May 4, 2022
* Support extern Ethernet (#60) see espressif/arduino-esp32#6318 * Revert "Support extern Ethernet (#60)" (#61) This reverts commit 8c5ac76. * Fix missing BLE 4.2 from ESP32-S3 * Allow selecting Arduino branch based on the current lib-builder branch * For CI builds get branch from env * dump env * Update update-components.sh * Update update-components.sh * Add support for CPP exceptions for C3 Fixes: espressif/arduino-esp32#6187 * Script improvements, rainmaker and esp-sr * Optimized for Tasmota * Update build.sh * Update config.sh * Update install-esp-idf.sh * AR_BRANCH="master" * Update push.yml * Update defconfig.esp32s3 * Update defconfig.esp32s2 * space in path fix * fix space in path * Update install-esp-idf.sh * Update README.md * esp littlesfs broken going back to commit 4ee58815 * lfn * lfn * lfn * lfn * use actual littlefs * esp_littlefs commit 4ee58815093 * Update config.sh * use latest littlefs * AR_BRANCH="work" * IDF branch v4.4_work * Update push.yml * Update defconfig.esp32 * Update fb_gfx.h * Update fb_gfx.c * IDF_BRANCH="v4.4.1" * Update push.yml Co-authored-by: me-no-dev <[email protected]>
Jason2866
referenced
this pull request
in tasmota/esp32-arduino-lib-builder
May 17, 2022
* Support extern Ethernet (Jason2866#60) see espressif/arduino-esp32#6318 * Revert "Support extern Ethernet (Jason2866#60)" (Jason2866#61) This reverts commit 8c5ac76. * Fix missing BLE 4.2 from ESP32-S3 * Allow selecting Arduino branch based on the current lib-builder branch * For CI builds get branch from env * dump env * Update update-components.sh * Update update-components.sh * Add support for CPP exceptions for C3 Fixes: espressif/arduino-esp32#6187 * Script improvements, rainmaker and esp-sr * Optimized for Tasmota * Update build.sh * Update config.sh * Update install-esp-idf.sh * AR_BRANCH="master" * Update push.yml * Update defconfig.esp32s3 * Update defconfig.esp32s2 * space in path fix * fix space in path * Update install-esp-idf.sh * Update README.md * esp littlesfs broken going back to commit 4ee58815 * lfn * lfn * lfn * lfn * use actual littlefs * esp_littlefs commit 4ee58815093 * Update config.sh * use latest littlefs * AR_BRANCH="work" * IDF branch v4.4_work * Update push.yml * Update defconfig.esp32 * Update fb_gfx.h * Update fb_gfx.c * IDF_BRANCH="v4.4.1" * Update push.yml * remove CONFIG_SPI_FLASH_ROM_IMPL since it breaks dangerous writes * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * Update README.md * Update README.md * IDF_BRANCH="v4.4_dev" * 2.0.4dev Co-authored-by: me-no-dev <[email protected]>
Jason2866
referenced
this pull request
in tasmota/esp32-arduino-lib-builder
May 17, 2022
* Support extern Ethernet (Jason2866#60) see espressif/arduino-esp32#6318 * Revert "Support extern Ethernet (Jason2866#60)" (Jason2866#61) This reverts commit 8c5ac76. * Fix missing BLE 4.2 from ESP32-S3 * Allow selecting Arduino branch based on the current lib-builder branch * For CI builds get branch from env * dump env * Update update-components.sh * Update update-components.sh * Add support for CPP exceptions for C3 Fixes: espressif/arduino-esp32#6187 * Script improvements, rainmaker and esp-sr * Optimized for Tasmota * Update build.sh * Update config.sh * Update install-esp-idf.sh * AR_BRANCH="master" * Update push.yml * Update defconfig.esp32s3 * Update defconfig.esp32s2 * space in path fix * fix space in path * Update install-esp-idf.sh * Update README.md * esp littlesfs broken going back to commit 4ee58815 * lfn * lfn * lfn * lfn * use actual littlefs * esp_littlefs commit 4ee58815093 * Update config.sh * use latest littlefs * AR_BRANCH="work" * IDF branch v4.4_work * Update push.yml * Update defconfig.esp32 * Update fb_gfx.h * Update fb_gfx.c * IDF_BRANCH="v4.4.1" * Update push.yml * remove CONFIG_SPI_FLASH_ROM_IMPL since it breaks dangerous writes * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * Update README.md * Update README.md * IDF_BRANCH="v4.4_dev" * 2.0.4dev * branch Arduino release_203 and IDF v4.4.1 Co-authored-by: me-no-dev <[email protected]>
Jason2866
referenced
this pull request
in Jason2866/esp32-arduino-lib-builder
May 18, 2022
* update to core 2.0.3 (#18) * Support extern Ethernet (#60) see espressif/arduino-esp32#6318 * Revert "Support extern Ethernet (#60)" (#61) This reverts commit 8c5ac76. * Fix missing BLE 4.2 from ESP32-S3 * Allow selecting Arduino branch based on the current lib-builder branch * For CI builds get branch from env * dump env * Update update-components.sh * Update update-components.sh * Add support for CPP exceptions for C3 Fixes: espressif/arduino-esp32#6187 * Script improvements, rainmaker and esp-sr * Optimized for Tasmota * Update build.sh * Update config.sh * Update install-esp-idf.sh * AR_BRANCH="master" * Update push.yml * Update defconfig.esp32s3 * Update defconfig.esp32s2 * space in path fix * fix space in path * Update install-esp-idf.sh * Update README.md * esp littlesfs broken going back to commit 4ee58815 * lfn * lfn * lfn * lfn * use actual littlefs * esp_littlefs commit 4ee58815093 * Update config.sh * use latest littlefs * AR_BRANCH="work" * IDF branch v4.4_work * Update push.yml * Update defconfig.esp32 * Update fb_gfx.h * Update fb_gfx.c * IDF_BRANCH="v4.4.1" * Update push.yml * remove CONFIG_SPI_FLASH_ROM_IMPL since it breaks dangerous writes * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * Update README.md * Update README.md * IDF_BRANCH="v4.4_dev" * 2.0.4dev Co-authored-by: me-no-dev <[email protected]> * Nspanel core 2.0.3 (#19) * Support extern Ethernet (#60) see espressif/arduino-esp32#6318 * Revert "Support extern Ethernet (#60)" (#61) This reverts commit 8c5ac76. * Fix missing BLE 4.2 from ESP32-S3 * Allow selecting Arduino branch based on the current lib-builder branch * For CI builds get branch from env * dump env * Update update-components.sh * Update update-components.sh * Add support for CPP exceptions for C3 Fixes: espressif/arduino-esp32#6187 * Script improvements, rainmaker and esp-sr * Optimized for Tasmota * Update build.sh * Update config.sh * Update install-esp-idf.sh * AR_BRANCH="master" * Update push.yml * Update defconfig.esp32s3 * Update defconfig.esp32s2 * space in path fix * fix space in path * Update install-esp-idf.sh * Update README.md * esp littlesfs broken going back to commit 4ee58815 * lfn * lfn * lfn * lfn * use actual littlefs * esp_littlefs commit 4ee58815093 * Update config.sh * use latest littlefs * AR_BRANCH="work" * IDF branch v4.4_work * Update push.yml * Update defconfig.esp32 * Update fb_gfx.h * Update fb_gfx.c * IDF_BRANCH="v4.4.1" * Update push.yml * remove CONFIG_SPI_FLASH_ROM_IMPL since it breaks dangerous writes * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * Update README.md * Update README.md * IDF_BRANCH="v4.4_dev" * 2.0.4dev * branch Arduino release_203 and IDF v4.4.1 Co-authored-by: me-no-dev <[email protected]> * Update defconfig.esp32 * Update push.yml Co-authored-by: me-no-dev <[email protected]>
Jason2866
referenced
this pull request
in Jason2866/esp32-arduino-lib-builder
Jun 25, 2022
* Support extern Ethernet (#60) see espressif/arduino-esp32#6318 * Revert "Support extern Ethernet (#60)" (#61) This reverts commit 8c5ac76. * Fix missing BLE 4.2 from ESP32-S3 * Allow selecting Arduino branch based on the current lib-builder branch * For CI builds get branch from env * dump env * Update update-components.sh * Update update-components.sh * Add support for CPP exceptions for C3 Fixes: espressif/arduino-esp32#6187 * Script improvements, rainmaker and esp-sr * Optimized for Tasmota * Update build.sh * Update config.sh * Update install-esp-idf.sh * AR_BRANCH="master" * Update push.yml * Update defconfig.esp32s3 * Update defconfig.esp32s2 * space in path fix * fix space in path * Update install-esp-idf.sh * Update README.md * esp littlesfs broken going back to commit 4ee58815 * lfn * lfn * lfn * lfn * use actual littlefs * esp_littlefs commit 4ee58815093 * Update config.sh * use latest littlefs * AR_BRANCH="work" * IDF branch v4.4_work * Update push.yml * Update defconfig.esp32 * Update fb_gfx.h * Update fb_gfx.c * IDF_BRANCH="v4.4.1" * Update push.yml * remove CONFIG_SPI_FLASH_ROM_IMPL since it breaks dangerous writes * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * Update README.md * Update README.md * IDF_BRANCH="v4.4_dev" * 2.0.4dev * Update README.md * Update README.md * Update README.md * Update README.md * Update Kconfig.projbuild * Do not append digest to the bootloader bin * Update .gitignore * Update copy-libs.sh * --non-interactive * Update install-esp-idf.sh * CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000 * CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000 * CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000 * CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000 * Improve support for hand-written asm source files in PIO * Improve support for hand-written asm source files in PIO * CONFIG_LWIP_IPV6_AUTOCONFIG=y * CONFIG_LWIP_IPV6_AUTOCONFIG=y * CONFIG_LWIP_IPV6_AUTOCONFIG=y * CONFIG_LWIP_IPV6_AUTOCONFIG=y * Update CMakeLists.txt * Update builds.json * Update copy-libs.sh * Update copy-mem-variant.sh Co-authored-by: me-no-dev <[email protected]>
Jason2866
referenced
this pull request
in Jason2866/esp32-arduino-lib-builder
Jul 29, 2022
* Support extern Ethernet (#60) see espressif/arduino-esp32#6318 * Revert "Support extern Ethernet (#60)" (#61) This reverts commit 8c5ac76. * Fix missing BLE 4.2 from ESP32-S3 * Allow selecting Arduino branch based on the current lib-builder branch * For CI builds get branch from env * dump env * Update update-components.sh * Update update-components.sh * Add support for CPP exceptions for C3 Fixes: espressif/arduino-esp32#6187 * Script improvements, rainmaker and esp-sr * Optimized for Tasmota * Update build.sh * Update config.sh * Update install-esp-idf.sh * AR_BRANCH="master" * Update push.yml * Update defconfig.esp32s3 * Update defconfig.esp32s2 * space in path fix * fix space in path * Update install-esp-idf.sh * Update README.md * esp littlesfs broken going back to commit 4ee58815 * lfn * lfn * lfn * lfn * use actual littlefs * esp_littlefs commit 4ee58815093 * Update config.sh * use latest littlefs * AR_BRANCH="work" * IDF branch v4.4_work * Update push.yml * Update defconfig.esp32 * Update fb_gfx.h * Update fb_gfx.c * IDF_BRANCH="v4.4.1" * Update push.yml * remove CONFIG_SPI_FLASH_ROM_IMPL since it breaks dangerous writes * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * remove CONFIG_SPI_FLASH_ROM_IMPL * Update README.md * Update README.md * IDF_BRANCH="v4.4_dev" * 2.0.4dev * Update README.md * Update README.md * Update README.md * Update README.md * Update Kconfig.projbuild * Do not append digest to the bootloader bin * Update .gitignore * Update copy-libs.sh * --non-interactive * Update install-esp-idf.sh * CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000 * CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000 * CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000 * CONFIG_LWIP_SNTP_UPDATE_DELAY=10800000 * Improve support for hand-written asm source files in PIO * Improve support for hand-written asm source files in PIO * CONFIG_LWIP_IPV6_AUTOCONFIG=y * CONFIG_LWIP_IPV6_AUTOCONFIG=y * CONFIG_LWIP_IPV6_AUTOCONFIG=y * CONFIG_LWIP_IPV6_AUTOCONFIG=y * Update CMakeLists.txt * Update builds.json * Update copy-libs.sh * Update copy-mem-variant.sh * align flash modes with upstream * Update defconfig.common * CONFIG_ESP32_ULP_COPROC_ENABLED=y CONFIG_ESP32_ULP_COPROC_RESERVE_MEM=512 * 2.0.4pre * Branch v4.4.1.1 * Use dout 40M as default * CONFIG_ESP32S3_ULP_COPROC_ENABLED CONFIG_ESP32S3_ULP_COPROC_RESERVE_MEM=1024 * CONFIG_ESP32S2_ULP_COPROC_ENABLED=y CONFIG_ESP32S2_ULP_COPROC_RESERVE_MEM=1024 * 2.0.4 * Update push.yml * Branch v4.4.2 * Branch 2.0.4 * Branch work * Update push.yml * CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS=y * Skip validate * skip validate * skip validate * Update builds.json * Update defconfig.esp32 * Update defconfig.esp32c3 * Update defconfig.esp32s2 * Update defconfig.esp32s3 * back to v4.4_dev * # CONFIG_ESPTOOLPY_FLASHSIZE_DETECT is not set * # CONFIG_ESPTOOLPY_FLASHSIZE_DETECT is not set * # CONFIG_ESPTOOLPY_FLASHSIZE_DETECT is not set * # CONFIG_ESPTOOLPY_FLASHSIZE_DETECT is not set * Update defconfig.esp32 * Update defconfig.esp32c3 * Update defconfig.esp32s2 * Update defconfig.esp32s3 * 442_test * Update defconfig.esp32s3 * only TARGET="esp32" * Enable BT modem sleep * BT Modem sleep * TARGET="all" * IDF_BRANCH="442_esp41" * Update core_version.h * AR_BRANCH="speed_OTA" * rm BT modem sleep * rm BT modem sleep * rm lwip ipv6, sntp update delay * rm lwip ipv6, sntp update delay * rm lwip ipv6, sntp update delay * rm lwip ipv6, sntp update delay * Update push.yml * Update push.yml Co-authored-by: me-no-dev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
see espressif/arduino-esp32#6318